From 7f8c7f49decca378b0ecd4634f968d040ccbfc51 Mon Sep 17 00:00:00 2001 From: oliskoli Date: Wed, 29 Nov 2006 00:24:43 +0000 Subject: [PATCH] Do not add multi-line descriptions from kml reader to our internal waypoint descriptions. No other format can handle this. --- kml.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kml.c b/kml.c index 90e4b5e50..3e27f33d3 100644 --- a/kml.c +++ b/kml.c @@ -181,7 +181,7 @@ void wpt_desc(const char *args, const char **unused) tmp = xstrdup((char *)args); c = lrtrim(tmp); if (*c) { - wpt_tmp->description = xstrappend(wpt_tmp->description, c); +// wpt_tmp->description = xstrappend(wpt_tmp->description, c); } xfree(tmp); } -- 2.30.2